@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #558f38;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #558f38;
}
::-webkit-scrollbar-track:horizontal {
    background-color: #558f38;
}
::-webkit-scrollbar-corner {
    background-color: #558f38;
}
*{
	box-sizing: border-box;
	outline: none;
}

@font-face {
    font-family: 'Helvetica-Condensed-Black-Se';
    src: url('../fonts/Helvetica-Condensed-Black-Se.eot');
    src: url('../fonts/Helvetica-Condensed-Black-Se.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Condensed-Black-Se.woff2') format('woff2'),
        url('../fonts/Helvetica-Condensed-Black-Se.woff') format('woff'),
        url('../fonts/Helvetica-Condensed-Black-Se.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaInserat-Roman-SemiB';
    src: url('../fonts/HelveticaInserat-Roman-SemiB.eot');
    src: url('../fonts/HelveticaInserat-Roman-SemiB.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaInserat-Roman-SemiB.woff2') format('woff2'),
        url('../fonts/HelveticaInserat-Roman-SemiB.woff') format('woff'),
        url('../fonts/HelveticaInserat-Roman-SemiB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body{
	width:100%;
	height: 100%;
	background: #fafafa;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
	font-size: 18px;
	font-style: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#000;
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
}
address, caption, cite, code, dfn, em, th, var, span {
	font-style: normal;
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
}
img {
	border: none;
}
ol, ul, li {
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
	list-style: none;
}
input, textarea, select, button {
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
	font-size: 18px;
}
input, textarea, select {
    *font-size:100%;
}
table {
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
	color:#000;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #558f38;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	font-family: "微软雅黑", 'Noto Sans SC', sans-serif;
	/*font-weight: 300;*/
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 84%;
	margin:0 auto;
}
.indent{
	text-indent: 2em;
}
.mt140{
	margin-top: 140px;
}
.mt120{
	margin-top: 120px;
}
.mtb100{
	margin:100px 0;
}
.mt100{
	margin-top: 100px;
}
.mb100{
	margin-bottom: 100px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt60{
	margin-top: 60px;
}
.mt40{
	margin-top: 40px;
}
.ptb100{
	padding:100px 0;
}
.pt100{
	padding-top: 100px;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding-top: 80px;
}
@media (max-width: 1600px){
	body{
		font-size: 16px;
	}
	h1,h2,h3,h4,h5,h6{
		font-size: 16px;
	}
	input, textarea, select, button {
		font-size: 16px;
	}
}
@media (max-width: 1280px){
	body{
		font-size: 14px;
	}
	h1,h2,h3,h4,h5,h6{
		font-size: 14px;
	}
	input, textarea, select, button {
		font-size: 14px;
	}
	.wrap{
		width: 94%;
	}
	.mt140{
		margin-top: 14%;
	}
	.mt120{
		margin-top: 12%;
	}
	.mtb100{
		margin:10% 0;
	}
	.mt100{
		margin-top: 10%;
	}
	.mb100{
		margin-bottom: 10%;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mt40{
		margin-top: 4%;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt100{
		padding-top: 10%;
	}
	.ptb80{
        padding:8% 0;
	}
	.pt80{
		padding-top: 8%;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

/* Header */
header{
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
	background: #fff;
	position: fixed;
    top:0;
	z-index: 1000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header.fixed{
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header > .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
header .menu-trigger{
	display: none;
}
header .menu-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
    margin-bottom: 5px;
    transition: .3s;
}
header .menu-trigger span:last-of-type {
    margin-bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: left center;
}
header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: left center;
}
header .logo{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .logo img{
	display: block;
}
header .header-menu{
}
header .header-menu a{
	display: block;
}
header .header-menu > ul{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
header .header-menu > ul > li{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding:0 2vw;
}
header .header-menu > ul > li > a{
	padding:0 10px;
	display: block;
	font-weight: 700;
	line-height: 80px;
	position: relative;
}
header .header-menu > ul > li > a:after{
	content: "";
	width: calc(100% - 20px);
	height: 2px;
	position: absolute;
	background: #558f38;
	bottom: 0;
	left:10px;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .header-menu > ul > li:hover > a, 
header .header-menu > ul > li.current > a{
	color: #558f38;
}
header .header-menu > ul > li:hover > a:after, 
header .header-menu > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .header-menu > ul > li > ul{
	width: 100%;
    position: absolute;
    top:80px;
    left: 50%;
    transform: translateX(-50%);
    background: #558f38;
    visibility: hidden;
    opacity: 0;
    padding:10px 0;
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
}
header .header-menu > ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
}
header .header-menu > ul > li > ul > li{
	line-height: 36px;
}
header .header-menu > ul > li > ul > li > a{
	font-size: 16px;
	color: #fff;
}
header .header-menu > ul > li > ul > li > a:hover{
	background: #fff;
	color: #558f38;
}
header .header-tools{
	height: 80px;
	display: flex;
	align-items: center;
}
header .header-tools .header-tel{ 
	display: flex;
	align-items: center;
	margin-right: 30px;
}
header .header-tools .header-tel i{
	color: #558f38;
	display: block;
	font-size: 24px;
	margin-right: 10px;
}
header .header-tools .header-tel .text{
	font-weight: 700;
}
header .header-tools .header-search .search-icon i{
	font-size: 20px;
}
header .subnav {
    width: 100%;
    height: calc(100% - 60px);
    padding:0 3%;
    display: none;
    position: fixed;
    left: 0px;
    top: 60px;
    background: #f7f7f7;
    z-index: 2;
    overflow-y: auto;
}
header .subnav .navbox > ul{
	border-top: 1px solid #dcdcdc;
}
header .subnav .navbox > ul > li{
	border-bottom: 1px solid #dcdcdc;
}
header .subnav .navbox > ul > li > a{
	font-size: 16px;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
}
header .subnav .navbox > ul > li > ul{
	display: none;
	padding:0 0 10px 0;
}
header .subnav .navbox > ul > li > ul > li > a {
    /*padding-left: 5%;*/
    color: #666;
    display: block;
    line-height: 40px;
}
header .subnav .zoom-box {
	margin: 20px 0;
    padding: 0;
    position: relative;
}
header .subnav .zoom-box form{
	display: flex;
}
header .subnav .zoom-box input[type=text] {
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    padding: 0 40px 0 10px;
}
header .subnav .zoom-box button {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
}
header .subnav .telbox{
	border-bottom: 1px solid #dcdcdc;
}
header .subnav .telbox a{
	line-height: 60px;
	font-weight: 700;
	color: #558f38;
	display: flex;
	align-items: center;
}
header .subnav .telbox a i{
	margin-right: 10px;
	display: block;
}
@media (max-width: 1600px){
	header .header-menu > ul > li{
		padding:0 1vw;
	}
	header .header-menu > ul > li > a{
		font-size: 18px;
	}
	header .header-menu > ul > li > ul > li > a{
		font-size: 14px;
	}
}
@media (max-width: 1480px) {
    header .header-menu > ul > li{
    	padding:0 0.5vw;
    }
    header .header-menu > ul > li > a{
    	font-size: 16px;
    }
}
@media (max-width: 1280px) {
    header{
    	height: 60px;
    }
    header > .wrap{
    	align-items: center;
    }
    header .logo img{
    	height: 40px;
    }
    header .header-menu,
    header .header-tools{
    	display: none;
    }
    header .menu-trigger{
    	display: block;
    }
    header .subnav .navbox > ul > li > ul > li > a{
		display: flex;
		align-items: center;
	}
}
@media (max-width: 992px) {	

}
@media (max-width: 750px) {
	header{
		height: 50px;
	}
	header .logo img{
		height: 34px;
	}
	header .subnav{
		height: calc(100% - 50px);
		top:50px;
	}
	header .subnav .telbox a,
	header .subnav .navbox > ul > li > a{
		font-size: 14px;
		line-height: 48px;
	}
	header .subnav .navbox > ul > li > ul > li > a{
		line-height: 30px;
	}
	header .subnav .zoom-box input[type=text] {
	    height: 36px;
	}
	header .subnav .telbox a i{
		margin-right: 5px;
	}
}

/*search*/
.search-box{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1001;
	display: none;
}
.search-box .box-main{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.search-box .box-main .out-box{
	width: 820px;
    height: 100px;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(0, 146, 68, 0.1);
}
.search-box .box-main .out-box form {
    width: 100%;
    height: 100%;
    line-height: 87px;
    padding-left: 35px;
    border-radius: 40px;
    background: #558f38;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-box .box-main .out-box form input {
    background-color: transparent;
    height: 60px;
    width: calc(100% - 80px);
    border: 0;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
}
.search-box .box-main .out-box form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
	color: #fff;
}
.search-box .box-main .out-box form input::-moz-placeholder { /* Firefox 19+ */  
	color: #fff;
}
.search-box .box-main .out-box form input:-ms-input-placeholder { /* IE 10+ */ 
    color: #fff;
}
.search-box .box-main .out-box form input:-moz-placeholder { /* Firefox 18- */ 
    color: #fff;
}
.search-box .box-main .out-box form button{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 0;
    cursor: pointer;
    background: none;
}
.search-box .box-main .out-box form button i{
	font-size: 24px;
	color: #fff;
}
.search-box .box-main .close-search{
    margin-top: 180px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
}
.search-box .box-main .close-search i{
	font-size: 24px;
	display: block;
}
.search-box .box-main .close-search:hover{
	background: #558f38;
}
.search-box .box-main .close-search:hover i{
	transform: rotate(360deg);
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
@media (max-width: 1280px) {	
}
@media (max-width: 992px) {	
}
@media (max-width: 750px) {	
}

.footer-partner{
	width: 100%;
    padding:100px 0 180px 0;
    background: url(../images/partner-bg.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.footer-partner .box-title{
	color: #fff;
}
.footer-partner .box-title .text1{
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
}
.footer-partner .box-title .text2{
	margin-top: 10px;
}
.footer-partner .box-content{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-partner .box-content .box-left{
	width: 42%;
}
.footer-partner .box-content .box-left ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-partner .box-content .box-left li{
	width: 32.66666666%;
	margin-top: 1%;
	margin-right: 1%;
}
.footer-partner .box-content .box-left li:nth-child(3n){
	margin-right: 0;
}
.footer-partner .box-content .box-left li:nth-child(7),
.footer-partner .box-content .box-left li:nth-child(8){
	display: none;
}
.footer-partner .box-content .box-left img{
	width: 100%;
	display: block;
}
.footer-partner .box-content .box-right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.footer-partner .box-content .box-right .left{
	font-size: 280px;
	line-height: 24px;
	font-family: 'HelveticaInserat-Roman-SemiB';
	margin-right: 40px;
}
.footer-partner .box-content .box-right .right .text1{
	font-size: 30px;
	font-weight: 700;
}
.footer-partner .box-content .box-right .right .text2{
	font-size: 24px;
	margin-top: 20px;
}
@media (max-width: 1600px) {	
	.footer-partner .box-title .text1{
		font-size: 24px;
		line-height: 24px;
	}
	.footer-partner .box-content .box-right .left{
		font-size: 240px;
		margin-right: 20px;
	}
	.footer-partner .box-content .box-right .right .text1{
		font-size: 24px;
	}
	.footer-partner .box-content .box-right .right .text2{
		font-size: 18px;
	}
}
@media (max-width: 1480px) {	
	.footer-partner .box-content .box-right .left{
		font-size: 200px;
	}
}
@media (max-width: 1280px) {	
	.footer-partner{
		padding:10% 0 18% 0;
	}
	.footer-partner .box-title .text1{
		font-size: 22px;
	}
	.footer-partner .box-content{
		flex-direction: column;
	}
	.footer-partner .box-content .box-left,
	.footer-partner .box-content .box-right{
		width: 100%;
	}
	.footer-partner .box-content .box-left li{
		width: 24.25%;
	}
	.footer-partner .box-content .box-left li:nth-child(3n){
		margin-right: 1%;
	}
	.footer-partner .box-content .box-left li:nth-child(4n){
		margin-right: 0;
	}
	.footer-partner .box-content .box-left li:nth-child(7),
	.footer-partner .box-content .box-left li:nth-child(8){
		display: block;
	}
	.footer-partner .box-content .box-right{
		display: none;
	}
}
@media (max-width: 992px) {	
}
@media (max-width: 750px) {	
	.footer-partner .box-title .text1{
		font-size: 18px;
	}
	.footer-partner .box-title .text2{
		margin-top: 5px;
	}
	.footer-partner .box-content{
		margin-top: 10px;
	}
	.footer-partner .box-content .box-left li{
		width: 32.66666666%;
	}
	.footer-partner .box-content .box-left li:nth-child(4n){
		margin-right: 1%;
	}
	.footer-partner .box-content .box-left li:nth-child(3n){
		margin-right: 0%;
	}
	.footer-partner .box-content .box-left li:nth-child(7),
	.footer-partner .box-content .box-left li:nth-child(8){
		display: none;
	}
}

/* Footer */
footer{
	width: 100%;
	overflow: hidden;
}
footer .footer-menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
footer .footer-menu .left img{
	width: 124px;
	display: block;
}
footer .footer-menu .right{
	width: calc(90% - 124px);
}
footer .footer-menu .right a{
	display: block;
}
footer .footer-menu .right > ul{
	display: flex;
	justify-content: space-between;
}
footer .footer-menu .right > ul > li > a{
    font-size: 20px;
    font-weight: 700;
}
footer .footer-menu .right > ul > li > ul{
	margin-top: 20px;
}
footer .footer-menu .right > ul > li > ul > li{
	margin-top: 10px;
}
footer .footer-contact{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 16px;
}
footer .footer-contact .left{}
footer .footer-contact .left .left-box2,
footer .footer-contact .left .left-box3{
	width: 100%;
	margin-top: 20px;
}
footer .footer-contact .left .left-box1{
	display: flex;
	align-items: center;
	font-size: 12px;
}
footer .footer-contact .left .left-box1 i{
	display: block;
	margin-right: 8px;
}
footer .footer-contact .left .left-box1 .text{
	border-bottom: 1px #000 solid;
}
footer .footer-contact .left .left-box2 > ul{
	display: flex;
	align-items: center;
}
footer .footer-contact .left .left-box2 > ul > li{
	margin-left: 4em;
}
footer .footer-contact .left .left-box2 > ul > li:first-child{
	margin-left: 0;
}
footer .footer-contact .left .left-box3 > ul{
	display: flex;
	text-align-last: center;
}
footer .footer-contact .left .left-box3 > ul > li{
	margin-right: 10px;
}
footer .footer-contact .left .left-box3 > ul > li > last-child{
	margin-right: 0;
}
footer .footer-contact .left .left-box3 > ul > li > a{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #aaaaaa;
	color: #fff;
}
footer .footer-contact .left .left-box3 > ul > li > a > i{
	display: block;
}
footer .footer-contact .left .left-box3 > ul > li > a:hover{
	background: #558f38;
}
footer .footer-contact .right{

}
footer .footer-contact .right a{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-contact .right a i{
	display: block;
	margin-left: 10px;
	font-size: 16px;
}
footer .footer-copy{
	width: 100%;
	border-top: 1px #e2e2e3 solid;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:30px 0;
}
@media (max-width: 1600px) {
	footer .footer-menu .right > ul > li > a{
		font-size: 18px;
	}
	footer .footer-menu .right > ul > li > ul{
		margin-top: 14px;
	}
	footer .footer-menu .right > ul > li > ul > li{
		margin-top: 7px;
	}
	footer .footer-contact{
		font-size: 14px;
	}
	footer .footer-contact .right a i{
		font-size: 14px;
	}
	footer .footer-contact .left .left-box2,
	footer .footer-contact .left .left-box3{
		margin-top: 10px;
	}
	footer .footer-copy{
		padding:20px 0;
	}
}
@media (max-width: 1280px) {
	footer .footer-menu{
		flex-direction: column;
		align-items: center;
	}
	footer .footer-menu .left{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .footer-menu .right{
		width: 100%;
		margin-top: 6%;
	}
	footer .footer-menu .right > ul > li > a{
		font-size: 14px;
	}
	footer .footer-menu .right > ul > li > ul {
	    margin-top: 8px;
	}
	footer .footer-menu .right > ul > li > ul > li {
	    margin-top: 4px;
	}
	footer .footer-contact{
		font-size: 12px;
		flex-direction: column;
		align-items: center;
	}
	footer .footer-contact .left{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	footer .footer-contact .left .left-box1 i {
	    margin-right: 4px;
	}
	footer .footer-contact .left .left-box3 > ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .footer-contact .left .left-box3 > ul > li > a{
		width: 24px;
		height: 24px;
	}
	footer .footer-contact .left .left-box3 > ul > li > a i{
		font-size: 14px;
	}
	footer .footer-contact .right{
		margin-top: 10px;
	}
	footer .footer-contact .right a i{
		font-size: 12px;
		margin-left: 4px;
	}
	footer .footer-copy{
		flex-direction: column;
		text-align: center;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
	footer .footer-menu .left img{
		width: 90px;
	}
	footer .footer-menu .right > ul > li> a,
	footer .footer-menu .right > ul > li > ul > li > a{
		font-size: 12px;
	}
    footer .footer-contact .left .left-box2 > ul {
	    flex-direction: column;
	}
	footer .footer-contact .left .left-box2 > ul > li{
		margin-left: 0;
	}
	footer .footer-contact .left .left-box3 > ul > li > a{
		width: 20px;
		height: 20px;
	}
	footer .footer-contact .left .left-box3 > ul > li > a i{
		font-size: 12px;
	}
	footer .footer-copy{
		font-size: 12px;
	}
}